home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / misc / ispell-3.001 / ispell-3~ / ispell-3.1 / version.h < prev    next >
Text File  |  1995-10-12  |  5KB  |  125 lines

  1. /*
  2.  * Since the strings in this file are printed out when the "-v" switch is
  3.  * given to ispell, you may want to translate them into your native language.
  4.  * However, any translation of these strings MUST accurately preserve the
  5.  * legal rights under international law;  you may wish to consult a lawyer
  6.  * about this since you will be responsible for the results of any
  7.  * incorrect translation.
  8.  */
  9.  
  10. static char * Version_ID[] = {
  11.     "@(#) International Ispell Version 3.1.20 10/10/95",
  12.     "@(#) Copyright (c), 1983, by Pace Willisson",
  13.     "@(#) International version Copyright (c) 1987, 1988, 1990-1995,",
  14.     "@(#) by Geoff Kuenning, Granada Hills, CA.  All rights reserved.",
  15.     "@(#)",
  16.     "@(#) Redistribution and use in source and binary forms, with or without",
  17.     "@(#) modification, are permitted provided that the following conditions",
  18.     "@(#) are met:",
  19.     "@(#)",
  20.     "@(#) 1. Redistributions of source code must retain the above copyright",
  21.     "@(#)    notice, this list of conditions and the following disclaimer.",
  22.     "@(#) 2. Redistributions in binary form must reproduce the above",
  23.     "@(#)    copyright notice, this list of conditions and the following",
  24.     "@(#)    disclaimer in the documentation and/or other materials provided",
  25.     "@(#)    with the distribution.",
  26.     "@(#) 3. All modifications to the source code must be clearly marked as",
  27.     "@(#)    such.  Binary redistributions based on modified source code",
  28.     "@(#)    must be clearly marked as modified versions in the documentation",
  29.     "@(#)    and/or other materials provided with the distribution.",
  30.     "@(#) 4. All advertising materials mentioning features or use of this",
  31.     "@(#)    software must display the following acknowledgment:",
  32.     "@(#)      This product includes software developed by Geoff Kuenning and",
  33.     "@(#)      other unpaid contributors.",
  34.     "@(#) 5. The name of Geoff Kuenning may not be used to endorse or promote",
  35.     "@(#)    products derived from this software without specific prior",
  36.     "@(#)    written permission.",
  37.     "@(#)",
  38.     "@(#) THIS SOFTWARE IS PROVIDED BY GEOFF KUENNING AND CONTRIBUTORS ``AS",
  39.     "@(#) IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT",
  40.     "@(#) LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS",
  41.     "@(#) FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL GEOFF",
  42.     "@(#) KUENNING OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,",
  43.     "@(#) INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES",
  44.     "@(#) (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR",
  45.     "@(#) SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)",
  46.     "@(#) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,",
  47.     "@(#) STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)",
  48.     "@(#) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED",
  49.     "@(#) OF THE POSSIBILITY OF SUCH DAMAGE.",
  50.     NULL
  51. };
  52.  
  53. static char RCS_Version_ID[] =
  54.     "$Id: version.h,v 1.44 1995/10/11 05:03:28 geoff Exp $";
  55.  
  56. /*
  57.  * $Log: version.h,v $
  58.  * Revision 1.44  1995/10/11  05:03:28  geoff
  59.  * Upgrade to patch level 20
  60.  *
  61.  * Revision 1.43  1995/10/11  04:58:26  geoff
  62.  * Upgrade to patch 19
  63.  *
  64.  * Revision 1.42  1995/01/15  01:23:26  geoff
  65.  * Upgrade to patch level 18
  66.  *
  67.  * Revision 1.41  1995/01/15  01:14:30  geoff
  68.  * Upgrade to patch level 17
  69.  *
  70.  * Revision 1.40  1995/01/15  01:03:55  geoff
  71.  * Upgrade to patch level 16
  72.  *
  73.  * Revision 1.39  1995/01/15  01:01:01  geoff
  74.  * Upgrade to patch level 15
  75.  *
  76.  * Revision 1.38  1995/01/15  00:54:19  geoff
  77.  * Upgrade to patch level 14
  78.  *
  79.  * Revision 1.37  1994/11/21  07:03:01  geoff
  80.  * Update to patch level 13.
  81.  *
  82.  * Revision 1.36  1994/11/01  06:28:31  geoff
  83.  * Update to patch level 12
  84.  *
  85.  * Revision 1.35  1994/11/01  06:12:42  geoff
  86.  * Update to patch level 11
  87.  *
  88.  * Revision 1.34  1994/11/01  06:01:15  geoff
  89.  * Update to patch level 10
  90.  *
  91.  * Revision 1.33  1994/11/01  05:36:43  geoff
  92.  * Update to patch level 9
  93.  *
  94.  * Revision 1.32  1994/05/25  04:38:59  geoff
  95.  * Update to patch level 8
  96.  *
  97.  * Revision 1.31  1994/05/18  03:07:26  geoff
  98.  * Update to patch level 7
  99.  *
  100.  * Revision 1.30  1994/05/17  06:21:05  geoff
  101.  * Version update for ispell.el release
  102.  *
  103.  * Revision 1.29  1994/04/27  04:14:18  geoff
  104.  * Update to patch level 5
  105.  *
  106.  * Revision 1.28  1994/03/21  02:00:50  geoff
  107.  * Update to patch level 4
  108.  *
  109.  * Revision 1.27  1994/02/23  04:52:31  geoff
  110.  * Update to latest version.
  111.  *
  112.  * Revision 1.26  1994/02/08  05:59:20  geoff
  113.  * Update version
  114.  *
  115.  * Revision 1.25  1994/02/07  08:58:28  geoff
  116.  * Get rid of a comma that confuses patch
  117.  *
  118.  * Revision 1.24  1994/02/07  08:24:23  geoff
  119.  * Upate patch level
  120.  *
  121.  * Revision 1.23  1994/01/25  07:12:21  geoff
  122.  * Get rid of all old RCS log lines in preparation for the 3.1 release.
  123.  *
  124.  */
  125.